home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
The Fatted Calf
/
The Fatted Calf.iso
/
Applications
/
Astronomy
/
Moon
/
Source
/
MoonIconView.h
< prev
next >
Wrap
Text File
|
1993-01-19
|
493b
|
23 lines
/* MoonIconView.h
* Part of the Moon application for the NeXT computer.
* Author: Geoffrey S. Knauth
* Date: January 4, 1992
*
* Permission to copy this program is hereby granted under the terms
* of the Free Software Foundation's GNU General Public License.
*/
#import <appkit/View.h>
@interface MoonIconView : View
{
float phase;
}
- initFrame :(const NXRect *)frameRect;
- drawSelf :(const NXRect *)rects :(int)rectCount;
- (float) phase;
- setPhase :(float) phase;
@end